home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3browse.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_r3fbrowse_H = 1;
- include("oops/r3window.js")
- include("oops/r3flist.js")
-
-
- var R3CLID_FILEBROWSE = 100;
-
-
-
-
-
-
- function r3Filebrowse () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FILEBROWSE, arguments);
- }
- // Methods
-
- }
-
- r3Filebrowse.prototype=new r3Window;
- // r3browse.h_H